*{

    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

 :root {
            --primary-color: #2196F3; /* Soft Blue */
            --secondary-color: #1976D2; /* Warm Orange */
            --accent-green: #5cb85c; /* Soft Green */
            --text-dark: #2d3748;
            --text-light: #718096;
            --bg-light: #f7fafc;
            --white: #ffffff;
            --section-spacing: 80px;
        }


html,body{
    width: 100%;
    font-family: "Poppins",sans-serif;
}

/* Hero Section */
        .hero-section {
            /* background: linear-gradient(135deg, #f5f0e8 0%, #e8f5e0 50%, #7bc c47 100%); */
            background: linear-gradient(135deg, #FEF6EC,#4CAF50);
            padding: 80px 20px;
            min-height: calc(100vh - 200px);
            display: flex;
            align-items: center;   
            
        }
       

        .hero-container {
            width: 97%;
            max-width: 1200px;
            margin: 0 auto;
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 60px;
            align-items: center;
        }

        .hero-content {
            max-width: 900px;
        }

        .hero-subtitle {
            color: #2196F3;
            font-size: 25px;
            font-family: "Fredoka",sans-serif;
            font-weight: 600;
            margin-bottom: 15px;
        }

        .hero-title {
            font-family: "Fredoka", sans-serif;
            font-size: 56px;
            font-weight: 900;
            letter-spacing: 1px;
            color: #000;
            line-height: 1.2;
            margin-bottom: 25px;
        }

        .hero-description {
            font-size: 18px;
            color: #333;
            line-height: 1.7;
            margin-bottom: 35px;
        }

        .apply-btn {
            background-color: #ffd93d;
            color: #000;
            font-size: 22px;
            font-weight: 700;
            padding: 18px 50px;
            border: none;
            border-radius: 50px;
            cursor: pointer;
            transition: all 0.3s;
            box-shadow: 0 4px 15px rgba(255, 217, 61, 0.4);
        }

        .apply-btn:hover {
            background-color: #ffed4e;
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(255, 217, 61, 0.6);
        }

        .hero-image {
            display: flex;
            justify-content: center;
            align-items: center;
            position: relative;
        }

        .hero-image img {
            width: 100%;
            max-width: 550px;
            height: auto;
            filter: drop-shadow(0 10px 30px rgba(0, 0, 0, 0.1));
        }

        .hero1-image{

            display: flex;
            justify-content: center;
            align-items: center;
            position: relative;

        }
.hero1-image img {
            width: 100%;
            max-width: 450px;
            height: auto;
            filter: drop-shadow(0 10px 30px rgba(0, 0, 0, 0.1));
        }


        /* Responsive Hero Section */
        @media (max-width: 1024px) {
            .hero-section {
                padding: 60px 20px;
            }

            .hero-container {
                gap: 40px;
            }

            .hero-subtitle {
                font-size: 28px;
            }

            .hero-title {
                font-size: 48px;
            }

            .hero-description {
                font-size: 16px;
            }

            .apply-btn {
                font-size: 20px;
                padding: 16px 40px;
            }
        }

        @media (max-width: 768px) {
            .hero-section {
                padding: 40px 20px;
                min-height: auto;
            }

            .hero-container {
                grid-template-columns: 1fr;
                gap: 40px;
                text-align: center;
            }

            .hero-content {
                max-width: 100%;
            }

            .hero-subtitle {
                font-size: 24px;
            }

            .hero-title {
                font-size: 38px;
            }

            .hero-description {
                font-size: 16px;
            }

            .hero-image {
                order: -1;
            }

            .hero-image img {
                max-width: 400px;
            }
            .hero1-image img{
                max-width: 400px;
            }
        }

        @media (max-width: 480px) {
            .hero-section {
                padding: 30px 15px;
            }

            .hero-subtitle {
                font-size: 20px;
            }

            .hero-title {
                font-size: 32px;
            }

            .hero-description {
                font-size: 15px;
                margin-bottom: 25px;
            }

            .apply-btn {
                font-size: 18px;
                padding: 14px 35px;
                width: 100%;
            }

            .hero-image img {
                max-width: 100%;
            }
            
            .hero1-image img {
                max-width: 80%;
            }

        }
















            /* Stats Section */
        .stats-section {
            max-width: 1200px;
            margin: 2rem auto;
            width: 97%;
            padding: 80px 20px;
        }

        .stats-container {
            max-width: 1400px;
            margin: 0 auto;
        }

        .stats-header {
            display: grid;
            grid-template-columns: 1fr 1.2fr;
            gap: 60px;
            align-items: center;
            margin-bottom: 60px;
        }

        .stats-title {
            font-size: 48px;
            font-weight: 400;
            font-family: "Poppins",sans-serif;
            color: #212121;
            line-height: 1.3;
        }

        .stats-description {
            font-size: 17px;
            color: #666;
            line-height: 1.7;
        }

        .stats-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 40px;
        }

        .stat-card {
            display: flex;
            gap: 10px;
            align-items: center;
            text-align: center;
        }
        .state_Dis{
            display: flex;
            flex-direction: column;
            align-items: flex-start;
        }

        .stat-icon {
            width: 60px;
            height: 60px;
            margin: 0 auto 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            background-color: rgba(255, 255, 255, 0.7);
        }

        .blue-icon {
            color: #5b9bd5;
        }

        .yellow-icon {
            color: #ffd93d;
        }

        .pink-icon {
            color: #ff69b4;
        }

        .red-icon {
            color: #ff4444;
        }

        .stat-number {
            font-size: 22px;
            font-weight: 500;
            margin-bottom: 10px;
        }

        .stat-number.green {
            color: #5cb85c;
        }

        .stat-label {
            font-size: 14px;
            color: #333;
            font-weight: 500;
        }

        /* Responsive Stats Section */
        @media (max-width: 1024px) {
            .stats-section {
                padding: 60px 20px;
            }

            .stats-header {
                gap: 40px;
                margin-bottom: 50px;
            }

            .stats-title {
                font-size: 40px;
            }

            .stats-description {
                font-size: 16px;
            }

            .stats-grid {
                grid-template-columns: repeat(2, 1fr);
                gap: 35px;
            }

            .stat-number {
                font-size: 38px;
            }

            .stat-label {
                font-size: 17px;
            }
        }

        @media (max-width: 768px) {
            .stats-section {
                padding: 50px 20px;
            }

            .stats-header {
                grid-template-columns: 1fr;
                gap: 25px;
                margin-bottom: 40px;
                text-align: center;
            }

            .stats-title {
                font-size: 34px;
            }

            .stats-description {
                font-size: 15px;
            }

            .stats-grid {
                grid-template-columns: repeat(2, 1fr);
                gap: 30px;
            }

            .stat-icon {
                width: 70px;
                height: 70px;
            }

            .stat-icon svg {
                width: 50px;
                height: 50px;
            }

            .stat-number {
                font-size: 34px;
            }

            .stat-label {
                font-size: 16px;
            }
        }

        @media (max-width: 480px) {
            .stats-section {
                padding: 40px 15px;
            }
            ..stat-card{
                flex-direction: column;
            }
            .stats-title {
                font-size: 28px;
            }

            .stats-description {
                font-size: 14px;
            }

            .stats-grid {
                grid-template-columns: 1fr;
                gap: 35px;
            }

            .stat-icon {
                width: 65px;
                height: 65px;
            }

            .stat-icon svg {
                width: 45px;
                height: 45px;
            }

            .stat-number {
                font-size: 36px;
            }

            .stat-label {
                font-size: 16px;
            }
        }
















           /* Core Values Section */
        .values-section {
            background-color: #f0f0f0;
            padding: 80px 20px;
            
        }

        .values-container {
            max-width: 1400px;
            margin: 0 auto;
            text-align: center;
            width: 97%;
        }

        .values-title {
            font-size: 52px;
            font-weight: 700;
            color: #2c3e50;
            margin-bottom: 20px;
        }

        .values-description {
            font-size: 17px;
            color: #666;
            line-height: 1.7;
            max-width: 800px;
            margin: 0 auto 60px;
        }

        .values-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 40px;
            max-width: 1200px;
            margin: 0 auto;
        }

        .value-badge {
            background: linear-gradient(135deg, #ffd93d 0%, #f7e066 100%);
            border-radius: 60px;
            padding: 30px 40px;
            display: flex;
            align-items: center;
            gap: 20px;
            box-shadow: 0 5px 10px rgba(32, 32, 32, 0.645);
            transition: transform 0.3s, box-shadow 0.3s;
        }

        .value-badge:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 15px rgba(70, 69, 69, 0.297);
        }

        .check-icon {
            width: 60px;
            height: 60px;
            background-color: white;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
            color: #333;
        }

        .value-text {
            text-align: left;
            flex: 1;
        }

        .value-name {
            font-size: 24px;
            font-weight: 700;
            color: #000;
            line-height: 1.3;
        }

        /* Responsive Core Values Section */
        @media (max-width: 1024px) {
            .values-section {
                padding: 60px 20px;
            }

            .values-title {
                font-size: 44px;
            }

            .values-description {
                font-size: 16px;
                margin-bottom: 50px;
            }

            .values-grid {
                gap: 30px;
            }

            .value-badge {
                padding: 25px 35px;
                gap: 18px;
            }

            .check-icon {
                width: 55px;
                height: 55px;
            }

            .check-icon svg {
                width: 35px;
                height: 35px;
            }

            .value-name {
                font-size: 22px;
            }
        }

        @media (max-width: 768px) {
            .values-section {
                padding: 50px 20px;
            }

            .values-title {
                font-size: 36px;
            }

            .values-description {
                font-size: 15px;
                margin-bottom: 40px;
            }

            .values-grid {
                grid-template-columns: 1fr;
                gap: 25px;
                max-width: 500px;
            }

            .value-badge {
                padding: 25px 30px;
            }

            .value-name {
                font-size: 20px;
            }
        }

        @media (max-width: 480px) {
            .values-section {
                padding: 40px 15px;
            }

            .values-title {
                font-size: 30px;
            }

            .values-description {
                font-size: 14px;
                margin-bottom: 35px;
            }

            .value-badge {
                padding: 20px 25px;
                gap: 15px;
                border-radius: 50px;
            }

            .check-icon {
                width: 50px;
                height: 50px;
            }

            .check-icon svg {
                width: 30px;
                height: 30px;
            }

            .value-name {
                font-size: 18px;
            }
        }




















        /* news and events */

        /* News & Events Section */
        .news-section {
            background-color: #f8f8f8;
            padding: 80px 20px;
        }

        .news-container {
            max-width: 1200px;
            margin: 0 auto;
            width: 97%;
        }

        .news-title {
            font-size: 48px;
            font-weight: 700;
            color: #000;
            margin-bottom: 15px;
        }

        .news-description {
            font-size: 16px;
            color: #666;
            line-height: 1.7;
            margin-bottom: 50px;
            max-width: 900px;
        }

        .news-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 35px;
        }

        .news-card {
            background-color: white;
            border-radius: 20px;
            overflow: hidden;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
            transition: transform 0.3s, box-shadow 0.3s;
        }

        .news-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
        }

        .news-image {
            width: 100%;
            height: 240px;
            overflow: hidden;
        }

        .news-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.3s;
        }

        .news-card:hover .news-image img {
            transform: scale(1.05);
        }

        .news-content {
            padding: 25px;
        }

        .news-card-title {
            font-size: 24px;
            font-weight: 700;
            color: #000;
            margin-bottom: 12px;
        }

        .news-card-text {
            font-size: 15px;
            color: #666;
            line-height: 1.7;
            margin-bottom: 18px;
        }

        .read-more {
            display: inline-block;
            color: #000;
            font-weight: 600;
            font-size: 15px;
            text-decoration: none;
            transition: color 0.3s;
        }

        .read-more:hover {
            color: #5cb85c;
        }

        /* Responsive News Section */
        @media (max-width: 1024px) {
            .news-section {
                padding: 60px 20px;
            }

            .news-title {
                font-size: 40px;
            }

            .news-description {
                font-size: 15px;
                margin-bottom: 40px;
            }

            .news-grid {
                gap: 30px;
            }

            .news-image {
                height: 220px;
            }

            .news-card-title {
                font-size: 22px;
            }

            .news-card-text {
                font-size: 14px;
            }
        }

        @media (max-width: 768px) {
            .news-section {
                padding: 50px 20px;
            }

            .news-title {
                font-size: 34px;
            }

            .news-description {
                font-size: 14px;
                margin-bottom: 35px;
            }

            .news-grid {
                grid-template-columns: 1fr;
                gap: 30px;
                max-width: 500px;
                margin: 0 auto;
            }

            .news-image {
                height: 200px;
            }

            .news-content {
                padding: 22px;
            }

            .news-card-title {
                font-size: 21px;
            }
        }

        @media (max-width: 480px) {
            .news-section {
                padding: 40px 15px;
            }

            .news-title {
                font-size: 28px;
            }

            .news-description {
                font-size: 14px;
                margin-bottom: 30px;
            }

            .news-image {
                height: 180px;
            }

            .news-content {
                padding: 20px;
            }

            .news-card-title {
                font-size: 20px;
                margin-bottom: 10px;
            }

            .news-card-text {
                font-size: 14px;
                margin-bottom: 15px;
            }
        }














 .containerFaq {
            max-width: 1200px;
            width: 97%;
            margin: 2rem auto;
            padding: 2rem 0;
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 60px;
            align-items: center;
        }

        .content-section {
            padding-right: 40px;
        }

        .content-section h2 {
            font-size: 3rem;
            font-weight: 700;
            color: #1a1a1a;
            margin-bottom: 40px;
            line-height: 1.2;
        }

        .accordion-item {
            background: white;
            border-radius: 16px;
            margin-bottom: 20px;
            overflow: hidden;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
            transition: all 0.3s ease;
        }

        .accordion-item.active {
            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
        }

        .accordion-header {
            padding: 25px 30px;
            cursor: pointer;
            display: flex;
            justify-content: space-between;
            align-items: center;
            transition: background-color 0.3s ease;
        }

        .accordion-item.active .accordion-header {
            background: #ffeb3b;
        }

        .accordion-title {
            font-size: 1.1rem;
            font-weight: 600;
            color: #1a1a1a;
            max-width: 90%;
        }

        .accordion-icon {
            width: 32px;
            height: 32px;
            border: 2px solid #1a1a1a;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.5rem;
            font-weight: 300;
            flex-shrink: 0;
            transition: transform 0.3s ease;
        }

        .accordion-item.active .accordion-icon {
            transform: rotate(0);
        }

        .accordion-content {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.3s ease, padding 0.3s ease;
            padding: 0 30px;
        }

        .accordion-item.active .accordion-content {
            max-height: 500px;
            padding: 0 30px 30px 30px;
        }

        .accordion-text {
            color: #333;
            line-height: 1.8;
            font-size: 1rem;
        }

        .image-section {
            position: relative;
        }

        .image-wrapper {
            position: relative;
            width: 100%;
            max-width: 600px;
            margin-left: auto;
        }

       .image-wrapper img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
       }

        @media (max-width: 1024px) {
            .containerFaq {
                grid-template-columns: 1fr;
                gap: 40px;
            }

            .content-section {
                padding-right: 0;
            }

            .image-wrapper {
                margin: 0 auto;
            }

            .content-section h2 {
                font-size: 2.2rem;
            }
        }

        @media (max-width: 768px) {
            .containerFaq{
                padding: .5rem;
            }
            .content-section h2 {
                font-size: 1.7rem;
            }

            .accordion-title {
                font-size: 1rem;
            }

            .accordion-header {
                padding: 20px;
            }

            .accordion-content {
                padding: 0 20px;
            }

            .accordion-item.active .accordion-content {
                padding: 0 20px 20px 20px;
            }
        }












        .gallery-container {
            max-width: 1200px;
            margin: 2rem auto;
            width: 97%;
        }

      
        .gallery-header {
            font-size: 24px;
            font-weight: bold;
            margin-bottom: 30px;
            color: #333;
        }

        /* --- Gallery Grid Styles --- */
        .gallery-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 20px;
            margin-bottom: 40px;
        }

        .gallery-item {
            position: relative;
            overflow: hidden;
            border-radius: 8px;
            aspect-ratio: 1 / 1;
            background-color: #eee;
            cursor: pointer; /* Add cursor pointer to container */
        }

        .gallery-item img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.3s ease;
            display: block;
        }

        /* Hover effect */
        .gallery-item:hover img {
            transform: scale(1.05);
        }

        /* Hidden Items Class */
        .hidden {
            display: none;
        }

        /* --- View More Button Styles --- */
        .btn-container {
            text-align: center;
        }
        .btn-container a{
            text-decoration: none;
        }

        .view-more-btn {
            background-color: #3498db;
            color: white;
            border: none;
            padding: 12px 40px;
            font-size: 16px;
            font-weight: 600;
            border-radius: 5px;
            cursor: pointer;
            transition: background 0.3s ease;
        }

        .view-more-btn:hover {
            background-color: #2980b9;
        }
        
        .view-more-btn:disabled {
             background-color: #ccc;
             cursor: default;
        }


        /* --- LIGHTBOX MODAL STYLES (New) --- */
        .lightbox-modal {
            display: none; /* Hidden by default */
            position: fixed;
            z-index: 1000;
            padding-top: 50px;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            overflow: auto;
            background-color: rgba(0, 0, 0, 0.9); /* Black w/ opacity */
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }

        /* Modal Content (The Image) */
        .lightbox-content {
            margin: auto;
            display: block;
            max-width: 80%;
            max-height: 80vh;
            object-fit: contain;
            border-radius: 4px;
            animation-name: zoom;
            animation-duration: 0.3s;
        }

        @keyframes zoom {
            from {transform:scale(0)}
            to {transform:scale(1)}
        }

        /* Buttons (Close, Prev, Next) */
        .close-btn, .prev-btn, .next-btn {
            position: absolute;
            color: #f1f1f1;
            font-weight: bold;
            font-size: 40px;
            transition: 0.3s;
            cursor: pointer;
            user-select: none;
            background: rgba(0,0,0,0.3); /* Slight background for visibility */
            padding: 10px;
            border-radius: 5px;
            z-index: 1001;
        }

        .close-btn:hover,
        .prev-btn:hover,
        .next-btn:hover {
            color: #bbb;
            background: rgba(0,0,0,0.6);
        }

        /* Position the buttons */
        .close-btn {
            top: 15px;
            right: 35px;
            font-size: 35px;
        }

        .prev-btn {
            top: 50%;
            left: 20px;
            transform: translateY(-50%);
        }

        .next-btn {
            top: 50%;
            right: 20px;
            transform: translateY(-50%);
        }

        /* Responsive adjustments */
                @media (max-width: 1024px) {
                    .gallery-grid {
                        grid-template-columns: repeat(3, 1fr); /* 2 columns on tablets */
                    }
                    .lightbox-content {
                max-width: 90%;
            }

              .prev-btn, .next-btn {
                 font-size: 30px;
                 padding: 5px;
             }


                }


        /* --- Responsive Styles --- */
        @media (max-width: 768px) {
            .gallery-grid {
                grid-template-columns: repeat(3, 1fr);
            }
            .lightbox-content {
                max-width: 90%;
            }
             .prev-btn, .next-btn {
                 font-size: 30px;
                 padding: 5px;
             }
        }

        @media (max-width: 480px) {
            .gallery-grid {
                grid-template-columns: repeat(2,1fr);
                gap: 5px;
            }
        }
           
    





        /* join section  */
        .Join_Section{
            width: 100%;
            height: 70vh;
            margin: 3rem 0;
            padding: 2rem 0;
            background-image: url("/assets/Breadcrem.png");
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
            position: relative;
        }

        .joinOverlay{
            width: 100%;
            height: 100%;
            background-color: #4caf4f94;
            position: absolute;
            top: 0;
            z-index: 2;
        }
        .join_Dets{
            color: #fff;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            gap: 2rem;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%,-50%);
            z-index: 3;
        }
        .join_Dets h3{
            font-size: 2.7rem;
            font-weight: 700;
            font-family: "Fredoka",sans-serif;

        }

        .join_Dets p{
            text-align: center;
        }


@media (max-width:768px) {
    .join_Dets h3{
        font-size: 1.7rem;
        letter-spacing: 1px;
    }
    .join_Dets{
        width: 95%;
    }
    .join_Dets p{
        line-height: 1.2;
    }
}











        /* contact section */

        .containerC {
            max-width: 1200px;
            margin: 2rem auto;
            padding: 2rem 0;
            width: 98%;
        }

        .containerC h3 {
            text-align: center;
            font-size: 2rem;
            font-weight: 700;
            color: #1a1a1a;
            margin-bottom: 50px;
        }

        .contact-wrapper {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 40px;
            margin-bottom: 40px;
        }

        .info-section {
            /* background: rgb(34, 34, 34); */
            padding: 40px;
            background-image: url("/assets/image31.png");
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
            border-radius: 12px;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.307);
        }

        .info-section h2 {
            font-size: 1.5rem;
            font-weight: 700;
            color: #ffffff;
            margin-bottom: 15px;
        }

        .info-section p {
            color: #ffffff ;
            line-height: 1.6;
            margin-bottom: 25px;
        }

        .contact-item {
            display: flex;
            align-items: flex-start;
            margin-bottom: 20px;
            gap: 15px;
        }

        .contact-icon {
            width: 24px;
            height: 24px;
            flex-shrink: 0;
            margin-top: 2px;
        }

        .contact-icon svg {
            width: 100%;
            height: 100%;
            fill: #4a90e2;
        }

        .contact-text {
            color: #ffffff;
            line-height: 1.6;
            font-size: 0.95rem;
        }

        .form-section {
            background: white;
            padding: 40px;
            border-radius: 12px;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.307);
        }

        .form-row {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 15px;
            margin-bottom: 15px;
        }

        .form-group {
            margin-bottom: 15px;
        }

        .form-input {
            width: 100%;
            padding: 14px 18px;
            border: 1px solid #e0e0e0;
            border-radius: 8px;
            font-size: 0.95rem;
            font-family: inherit;
            transition: border-color 0.3s ease;
        }

        .form-input:focus {
            outline: none;
            border-color: #4a90e2;
        }

        .form-input::placeholder {
            color: #999;
        }

        textarea.form-input {
            resize: vertical;
            min-height: 100px;
        }

        .submit-btn {
            width: 100%;
            padding: 14px;
            background: #2196f3;
            color: white;
            border: none;
            border-radius: 8px;
            font-size: 1rem;
            font-weight: 600;
            cursor: pointer;
            transition: background-color 0.3s ease;
        }

        .submit-btn:hover {
            background: #1976d2;
        }

        .map-section {
            width: 100%;
            height: 400px;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
        }

        .map-section iframe {
            width: 100%;
            height: 100%;
            border: none;
        }

        @media (max-width: 768px) {
            .contact-wrapper {
                grid-template-columns: 1fr;
            }

            .form-row {
                grid-template-columns: 1fr;
            }

            .info-section, .form-section {
                padding: 25px;
            }

            .containerC h3 {
                font-size: 1.5rem;
            }
        }

        @media (max-width:480px) {
            .containerC{
                padding: .5rem;
            }
        }













        /* facility section  */

         .containerFac {
            
            background: linear-gradient(135deg, #FEF6EC,#4CAF50);
           
            padding: 2rem 0;
        }

        .content-wrapper {max-width: 1200px; margin: 2rem auto;
            display: grid;
            grid-template-columns: 1fr;
            gap: 3rem;
            align-items: center;
            width: 97%;
        }

        .left-content {
            padding: 1rem;
        }

        .left-content h2 {
            font-size: 2.5rem;
            font-weight: bold;
            color: #111827;
            margin-bottom: 1.5rem;
            line-height: 1.2;
        }

        .left-content p {
            font-size: 1.25rem;
            color: #374151;
            line-height: 1.8;
            margin-bottom: 2rem;
        }

        .view-all-btn {
            background-color: #3b82f6;
            color: white;
            font-weight: 600;
            padding: 0.875rem 2rem;
            border: none;
            border-radius: 0.5rem;
            cursor: pointer;
            font-size: 1rem;
            transition: all 0.3s ease;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        }

        .view-all-btn:hover {
            background-color: #2563eb;
            box-shadow: 0 10px 15px rgba(0, 0, 0, 0.15);
            transform: translateY(-2px);
        }

        .features-grid {
            display: grid;
            grid-template-columns: 1fr;
            gap: 1.5rem;
        }
        .features-section{
            max-width: 1200px;
            width: 97%;
            margin: 2rem auto;
            padding: 2rem 0;
        }
        .features-section h2{
            font-size: 2.4rem;
            font-weight: 600;
            margin-bottom: 1rem;
        }
        .feature1-grid{
            display: grid;
            grid-template-columns: repeat(4,1fr);
            gap: 1rem;
        }

        .feature-card {
            /* background: white; */
            background-image: url("/assets/cardBg.jpg");
            background-position: bottom;
            background-size: cover;
            min-height: 350px;
            border-radius: .5rem;
            padding: 2rem 1.2rem;
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.308);
            transition: all 0.3s ease;
        }

        .feature-card:hover {
            box-shadow: 0 20px 35px rgba(0, 0, 0, 0.15);
            transform: translateY(-5px);
        }

        .icon-wrapper {
            width: 4rem;
            height: 4rem;
            background-color: #ebf1fc;
            color: #2563eb;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 1.5rem;
        }

        .icon-wrapper svg {
            width: 2rem;
            height: 2rem;
        }

        .snowflake { color: #60a5fa; }
        .slide { color: #2563eb; }
        .camera { color: #4b5563; }
        .users { color: #d97706; }

        .feature-card h3 {
            font-size: 1.25rem;
            font-weight: bold;
            color: #111827;
            margin-bottom: .5rem;
        }

        .feature-card p {
            font-size: 0.9rem;
            color: #272727;
            line-height: 1.4;
        }

        /* Responsive Design */
        @media (min-width: 640px) {
            .features-grid {
                grid-template-columns: repeat(2, 1fr);
            }
            .left-content h2{
                font-size: 1.5rem;
            }
            
        }

        @media (min-width: 1024px) {
            

            .content-wrapper {
                grid-template-columns: 1fr 1fr;
                gap: 4rem;
            }

            .left-content h2 {
                font-size: 3.75rem;
            }

            .features-grid {
                gap: 2rem;
            }
        }




        @media (max-width:1024px) {
             .feature1-grid{
            grid-template-columns: repeat(3,1fr);
        }
        }



  @media (max-width:768px) {
             .feature1-grid{
            grid-template-columns: repeat(2,1fr);
        }
        }
  @media (max-width:480px) {
             .feature1-grid{
            grid-template-columns: repeat(1,1fr);
        }
        }











        /* Programs Carousel Section */
        .programs-section {background-color: #f1f0ee;
            padding: 80px 20px;
            overflow: hidden;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        }

        .programs-container {
            max-width: 1200px;
            margin: 0 auto;
            position: relative;
        }

        .programs-title {
            font-size: 48px;
            font-weight: 700;
            color: rgb(27, 27, 27);
            text-align: center;
            margin-bottom: 10px;
        }

        .programs-description {
            font-size: 18px;
            color: rgba(41, 41, 41, 0.9);
            text-align: center;
            margin-bottom: 50px;
            max-width: 800px;
            margin-left: auto;
            margin-right: auto;
        }

        .carousel-wrapper {
            overflow: hidden; /* Bahar ke cards chhupane ke liye */
            padding: 20px 5px;
        }

        .carousel-track {
            display: flex;
            gap: 30px;
            transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
            will-change: transform;
        }

        .program-card {
            min-width: 350px; /* Desktop width */
            width: 350px;
            background: white;
            border-radius: 20px;
            padding: 35px;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.325);
            
            flex-shrink: 0;
            box-sizing: border-box;
        }

        .program-icon { font-size: 48px; margin-bottom: 15px;color: #2194f1; }
        .program-name { font-size: 26px; font-weight: 700; color: #333; margin-bottom: 8px; }
        
        .program-age {
            display: inline-block;
            background: linear-gradient(135deg, #FEF6EC,#4CAF50);
            color: rgb(40, 39, 39);
            padding: 6px 16px;
            border-radius: 20px;
            font-size: 14px;
            font-weight: 600;
            margin-bottom: 15px;
        }

        .program-text { font-size: 15px; color: #666; line-height: 1.6; margin-bottom: 20px; }
        .program-features { list-style: none; padding: 0; margin: 0; }
        .program-features li {
            font-size: 14px; color: #555; padding: 6px 0 6px 25px;
            position: relative;
        }
        .program-features li:before {
            content: "✓"; position: absolute; left: 0; color: #5cb85c; font-weight: bold;
        }

        /* Buttons Styling */
        .carousel-btn {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background: white;
            border: none;
            width: 50px;
            height: 50px;
            border-radius: 50%;
            font-size: 24px;
            cursor: pointer;
            box-shadow: 0 4px 15px rgba(0,0,0,0.2);
            z-index: 10;
            color: #667eea;
            display: flex; align-items: center; justify-content: center;
        }

        .prev1-btn { left: -25px; }
        .next1-btn { right: -25px; }

        .carousel-dots {
            display: flex; justify-content: center; gap: 10px; margin-top: 30px;
        }
        .dot {
            width: 12px; height: 12px; border-radius: 50%;
            background: rgba(255,255,255,0.4); cursor: pointer; transition: 0.3s;
        }
        .dot.active { background: white; width: 30px; border-radius: 6px; }

        /* Responsive */
        @media (max-width: 768px) {
            .program-card { min-width: 280px; width: 280px; padding: 25px; }
            .prev-btn { left: 5px; }
            .next-btn { right: 5px; }
            .programs-title { font-size: 32px; }
        }

        @media (max-width: 480px) {
            .program-card { min-width: calc(100vw - 60px); width: calc(100vw - 60px); }
        }












        /* about school section  */
        
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }

        .section-title {
            font-size: 36px;
            text-align: center;
            margin-bottom: 40px;
            position: relative;
            padding-bottom: 15px;
        }

        .section-title::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 80px;
            height: 4px;
            background: linear-gradient(to right, var(--primary-color), var(--secondary-color));
            border-radius: 2px;
        }
        
        .sub-title {
             text-align: center;
             font-size: 20px;
             color: var(--primary-color);
             margin-bottom: 10px;
             font-weight: 600;
        }

        /* --- Hero Section --- */
        .hero1-section1 {
            position: relative;
            height: 60vh;
            min-height: 400px;
            background: linear-gradient(rgba(102, 126, 234, 0.8), rgba(118, 75, 162, 0.8)),
                        url('https://images.unsplash.com/photo-1503454537195-1dcabb73ffb9?auto=format&fit=crop&w=1350&q=80'); /* Image: Happy kids running */
            background-size: cover;
            background-position: center;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            color: var(--white);
            padding: 0 20px;
        }

        .hero1-content1 h1 {
            font-size: 48px;
            margin-bottom: 20px;
            color: var(--white);
            text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
        }

        .hero1-content1 p {
            font-size: 22px;
            max-width: 800px;
            margin: 0 auto;
            font-weight: 500;
        }

        /* --- Introduction & Philosophy Section --- */
        .intro-philosophy {
            padding: var(--section-spacing) 0;
        }

        .two-column-layout {
            display: flex;
            align-items: center;
            gap: 50px;
            margin-bottom: 60px;
        }

        .column-text {
            flex: 1;
        }

        .column-image {
            flex: 1;
        }

        .column-image img {
            width: 100%;
            border-radius: 20px;
            box-shadow: 0 15px 30px rgba(0,0,0,0.1);
        }

        .lead-text {
            font-size: 18px;
            margin-bottom: 20px;
            color: var(--text-dark);
        }

        .bullet-list {
            list-style: none;
            margin-top: 20px;
        }

        .bullet-list li {
            margin-bottom: 15px;
            padding-left: 30px;
            position: relative;
        }

        .bullet-list li::before {
            content: '🌱';
            position: absolute;
            left: 0;
            top: 2px;
        }

        /* --- Highlights Section (Special Features) --- */
        .highlights-section {
            background-color: var(--bg-light);
            padding: var(--section-spacing) 0;
        }

        .highlights-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 30px;
            margin-top: 50px;
        }

        .highlight-card {
            background: var(--white);
            padding: 30px;
            border-radius: 15px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.05);
            text-align: center;
            transition: transform 0.3s ease;
            border-bottom: 4px solid transparent;
        }

        .highlight-card:hover {
            transform: translateY(-5px);
            border-bottom-color: var(--secondary-color);
        }

        .highlight-icon {
            font-size: 40px;
            margin-bottom: 20px;
            display: inline-block;
        }

        .highlight-card h4 {
            font-size: 20px;
            margin-bottom: 15px;
        }

        /* --- Approach to Learning Section --- */
        .approach-section {
            padding: var(--section-spacing) 0;
        }

        .core-areas-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 25px;
            margin-top: 40px;
        }

        .area-card {
            background: var(--white);
            border: 2px solid #eee;
            border-radius: 12px;
            padding: 25px;
            position: relative;
            overflow: hidden;
        }
        
        .area-card::before {
             content: '';
             position: absolute;
             top:0; left:0; width: 5px; height: 100%;
             background: var(--primary-color);
        }
        .area-card:nth-child(2n)::before { background: var(--secondary-color); }
        .area-card:nth-child(3n)::before { background: var(--accent-green); }


        .area-title {
            font-size: 18px;
            font-weight: 700;
            color: var(--text-dark);
            margin-bottom: 10px;
            display: flex;
            align-items: center;
        }
        .area-icon { margin-right: 10px; font-size: 24px; }

        .area-card p {
            font-size: 15px;
        }

        /* --- Educators & Environment Mixed Section --- */
        .edu-env-section {
            background-color: var(--bg-light);
            padding: var(--section-spacing) 0;
        }

        .feature-block {
            display: flex;
            align-items: center;
            gap: 50px;
            margin-bottom: 80px;
        }
        
        .feature-block.reverse {
            flex-direction: row-reverse;
        }

        .feature-text { flex: 1; }
        .feature-image { flex: 1; }
        
        .feature-image img {
            width: 100%;
            border-radius: 20px;
            box-shadow: 0 10px 25px rgba(0,0,0,0.08);
        }

        .feature-list li::before { content: '⭐'; color: var(--secondary-color); }
        .env-list li::before { content: '🏫'; }

        /* --- Vision, Mission & Parents Section --- */
        .vision-mission-section {
            padding: var(--section-spacing) 0;
            text-align: center;
        }

        .vm-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 40px;
            margin-bottom: 60px;
        }

        .vm-card {
            background: var(--white);
            padding: 40px;
            border-radius: 10px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.215);
            position: relative;
        }
        .vm-icon { font-size: 50px; margin-bottom: 20px; color: #1976D2; }

        .vm-card h3 {
            font-size: 24px;
            margin-bottom: 20px;
            color: var(--primary-color);
        }

        .parents-block {
            max-width: 800px;
            margin: 0 auto;
            background: var(--primary-color);
            color: var(--white);
            padding: 40px;
            border-radius: 20px;
        }
        .parents-block h3 { color: var(--white); margin-bottom: 15px; }
        .parents-block p { color: rgba(255,255,255,0.9); }


        /* --- Responsive Design --- */
        @media (max-width: 992px) {
            .hero1-section1 { height: 50vh; }
            .hero1-content1 h1 { font-size: 36px; }
            .hero1-content1 p { font-size: 18px; }
            .two-column-layout, .feature-block, .feature-block.reverse {
                flex-direction: column;
                gap: 30px;
            }
            .column-image, .feature-image { order: -1; } /* Images on top on mobile */
            .section-title { font-size: 28px; }
        }

        @media (max-width: 768px) {
            :root { --section-spacing: 50px; }
             .highlights-grid, .core-areas-grid, .vm-grid {
                 grid-template-columns: 1fr;
             }
             .parents-block { padding: 30px 20px; }
        }













        /* services offered section  */
    
    /* Main Container */
    .programs-container {
        max-width: 1200px;
        margin: 0 auto;
        padding: 60px 20px;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }

    .section-intro {
        text-align: center;
        margin-bottom: 50px;
    }

    .section-intro h2 {
        font-size: 36px;
        color: #1976D2; /* Blue */
        margin-bottom: 15px;
    }

    .section-intro p {
        color: #555;
        max-width: 850px;
        margin: 0 auto;
        line-height: 1.8;
    }

    /* Programs Grid */
    .programs-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
        gap: 25px;
        margin-bottom: 60px;
    }

    .program-card {
        background: #fff;
        border-radius: 15px;
        overflow: hidden;
        box-shadow: 0 8px 20px rgba(0,0,0,0.1);
        transition: all 0.3s ease;
        border-top: 5px solid #4CAF50; /* Green */
    }

    .program-card:nth-child(even) {
        border-top: 5px solid #1976D2; /* Blue */
    }

    .program-card:hover {
        transform: translateY(-10px);
    }

    .pg-header {
        height: 180px;
        background-size: cover;
        background-position: center;
        position: relative;
    }

    .age-badge {
        position: absolute;
        top: 15px;
        right: 15px;
        background: #4CAF50;
        color: white;
        padding: 4px 12px;
        border-radius: 20px;
        font-size: 12px;
        font-weight: bold;
    }

    .program-card:nth-child(even) .age-badge {
        background: #1976D2;
    }

    .pg-content {
        padding: 25px;
    }

    .pg-content h3 {
        margin-bottom: 15px;
        font-size: 22px;
        color: #333;
    }

    .pg-list {
        list-style: none;
        padding: 0;
    }

    .pg-list li {
        margin-bottom: 10px;
        font-size: 14px;
        color: #666;
        padding-left: 20px;
        position: relative;
    }

    .pg-list li::before {
        content: '✓';
        position: absolute;
        left: 0;
        color: #4CAF50;
        font-weight: bold;
    }

    /* Services Section */
    .services-title {
        text-align: center;
        margin-bottom: 40px;
        color: #1976D2;
    }

    .services-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 20px;
    }

    .service-item {
        display: flex;
        gap: 15px;
        background: #f4f9f4; /* Very light green tint */
        padding: 20px;
        border-radius: 12px;
        align-items: center;
        border: 1px solid #e0e0e0;
    }

    .service-item:nth-child(even) {
        background: #f0f5fa; /* Very light blue tint */
    }

    .service-icon {
        font-size: 24px;
        background: white;
        min-width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        border: 2px solid #4CAF50;
        color: #4CAF50;
    }

    .service-item:nth-child(even) .service-icon {
        border-color: #1976D2;
        color: #1976D2;
    }

    .service-info h4 {
        margin: 0 0 5px 0;
        color: #333;
        font-size: 1.4rem;
    }

    .service-info p {
        margin: 0;
        font-size: 16px;
        color: #777;
    }

    @media (max-width: 768px) {
        .programs-grid, .services-grid { grid-template-columns: 1fr; }
    }












    /* vision mission section page  */

    .goals-wrapper {
        max-width: 1000px;
        margin: 50px auto;
        padding: 0 20px;
        font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
        color: #333;
    }

    .goals-header {
        text-align: center;
        margin-bottom: 60px;
    }

    .goals-header h2 {
        font-size: 32px;
        color: #1976D2;
        margin-bottom: 15px;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    .goals-header p {
        font-size: 17px;
        line-height: 1.6;
        color: #666;
        max-width: 800px;
        margin: 0 auto;
    }

    /* Timeline Section Styling */
    .goals-timeline {
        position: relative;
        padding: 20px 0;
    }

    /* Vertical Line */
    .goals-timeline::before {
        content: '';
        position: absolute;
        left: 31px;
        top: 0;
        bottom: 0;
        width: 2px;
        background: #e0e0e0;
    }

    .goal-row {
        position: relative;
        margin-bottom: 50px;
        padding-left: 80px;
    }

    /* Icon Circle */
    .goal-icon-box {
        position: absolute;
        left: 0;
        top: 0;
        width: 64px;
        height: 64px;
        background: #fff;
        border: 2px solid #1976D2;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 2;
        transition: 0.3s;
    }

    .goal-row:nth-child(even) .goal-icon-box {
        border-color: #4CAF50;
    }

    .goal-icon-box i {
        font-size: 24px;
        color: #1976D2;
    }

    .goal-row:nth-child(even) .goal-icon-box i {
        color: #4CAF50;
    }

    /* Text Content */
    .goal-text h3 {
        font-size: 22px;
        margin: 0 0 15px 0;
        color: #1976D2;
    }

    .goal-row:nth-child(even) .goal-text h3 {
        color: #4CAF50;
    }

    .goal-list {
        
        
        list-style: none;
        padding: 0;
    }

    .goal-list li {
        font-size: 15px;
        color: #555;
        line-height: 1.4;
        display: flex;
        align-items: center;
    }

    .goal-list li::before {
        content: "✓"; /* FontAwesome Check Icon */
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        margin-right: 10px;
        font-size: 12px;
        color: #4CAF50;
    }

    /* Highlight Section for Sub-categories (Fine/Gross Motor) */
    .motor-skills {
        background: #f9f9f9;
        padding: 15px;
        border-radius: 10px;
        margin-top: 10px;
    }

    .motor-skills strong {
        color: #1976D2;
        display: block;
        margin-bottom: 5px;
    }

    /* Responsive */
    @media (max-width: 768px) {
        .goals-timeline::before { left: 21px; }
        .goal-icon-box { width: 44px; height: 44px; left: 0; }
        .goal-icon-box i { font-size: 18px; }
        .goal-row { padding-left: 60px; }
        .goal-list { grid-template-columns: 1fr; }
        .goals-header h2{font-size: 25px;}
    }

    













    /* day care section page  */


    .daycare-section {
        max-width: 1200px;
        margin: 40px auto;
        padding: 20px;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }

    .daycare-header {
        text-align: center;
        margin-bottom: 50px;
    }

    .daycare-header h2 {
        color: #1976D2;
        font-size: 36px;
        margin-bottom: 10px;
    }

    .daycare-header p {
        color: #555;
        max-width: 900px;
        margin: 0 auto;
        line-height: 1.6;
    }

    .daycare-flex {
        display: flex;
        flex-direction: column;
        gap: 50px;
    }

    /* Main Content Divs */
    .daycare-block {
        display: flex;
        align-items: center;
        gap: 40px;
        background: #fff;
        border-radius: 20px;
        overflow: hidden;
    }

    .daycare-block:nth-child(even) {
        flex-direction: row-reverse;
    }

    .daycare-image {
        flex: 1;
        min-height: 350px;
    }

    .daycare-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 15px;
    }

    .daycare-content {
        flex: 1.2;
        padding: 20px;
    }

    .daycare-content h3 {
        font-size: 28px;
        margin-bottom: 20px;
        display: flex;
        align-items: center;
        gap: 15px;
    }

    /* Kids Section Color */
    .kids-block h3 { color: #4CAF50; }
    /* Parents Section Color */
    .parents-block1 h3 { color: #1976D2; }

    .daycare-list {
        list-style: none;
        padding: 0;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 15px;
    }

    .daycare-list li {
        font-size: 14px;
        color: #444;
        line-height: 1.4;
        position: relative;
        padding-left: 25px;
    }

    .daycare-list li::before {
        content: "✓";
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        position: absolute;
        left: 0;
        top: 2px;
    }

    .kids-block li::before { color: #4CAF50; }
    .parents-block1 li::before { color: #1976D2; }

    /* Responsive */
    @media (max-width: 992px) {
        .daycare-block, .daycare-block:nth-child(even) {
            flex-direction: column;
        }
        .daycare-list {
            grid-template-columns: 1fr;
        }
        .daycare-image {
            width: 100%;
            height: 300px;
        }
    }

   @media (max-width: 480px) {
       
        .daycare-image {
            width: 100%;
            min-height: 0 ;
        }
    }











    /* playgroup page  */

    .pg-container {
        max-width: 1200px;
        margin: 0 auto;
        padding: 40px 20px;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }

    /* Top Info Bar */
    .pg-info-bar {
        display: flex;
        justify-content: center;
        gap: 30px;
        margin-bottom: 40px;
        flex-wrap: wrap;
    }

    .info-item {
        background: #f0f7ff;
        padding: 15px 30px;
        border-radius: 50px;
        border: 2px dashed #1976D2;
        color: #1976D2;
        font-weight: bold;
        display: flex;
        align-items: center;
        gap: 10px;
    }

    /* Main Introduction Section */
    .pg-main-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 50px;
        align-items: center;
        margin-bottom: 60px;
    }

    .pg-intro-text h1 {
        color: #1976D2;
        font-size: 38px;
        margin-bottom: 20px;
    }

    .pg-intro-text p {
        color: #555;
        line-height: 1.8;
        font-size: 16px;
    }

    .pg-image-stack {
        position: relative;
    }

    .pg-image-stack img {
        width: 100%;
        border-radius: 30px;
        border: .5px solid #717171;
        box-shadow: 10px 10px 0px #4CAF50;
    }

    /* Learning Outcomes (From Image) */
    .outcomes-section {
        background: #f9f9f9;
        padding: 50px 30px;
        border-radius: 30px;
        margin-bottom: 60px;
    }

    .outcomes-header {
        text-align: center;
        margin-bottom: 40px;
    }

    .outcomes-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
        gap: 30px;
    }

    .outcome-box {
        background: white;
        padding: 25px;
        border-radius: 20px;
        border-left: 5px solid #1976D2;
        box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    }

    .outcome-box:nth-child(even) { border-left-color: #4CAF50; }

    .outcome-box h3 {
        font-size: 18px;
        margin-bottom: 15px;
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .outcome-list {
        list-style: none;
        padding: 0;
    }

    .outcome-list li {
        font-size: 14px;
        margin-bottom: 8px;
        padding-left: 20px;
        position: relative;
        color: #666;
    }

    .outcome-list li::before {
        content: "✓";
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        position: absolute;
        left: 0;
        color: #4CAF50;
    }

    /* Special Highlights Section */
    .highlights-title {
        text-align: center;
        color: #1976D2;
        margin-bottom: 30px;
    }

    .highlights-tags {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 12px;
    }

    .tag {
        background: white;
        border: 1px solid #1976D2;
        color: #1976D2;
        padding: 8px 20px;
        border-radius: 50px;
        font-size: 14px;
        transition: 0.3s;
    }

    .tag:hover {
        background: #1976D2;
        color: white;
    }

    @media (max-width: 768px) {
        .pg-main-grid { grid-template-columns: 1fr; }
        .pg-intro-text h1 { font-size: 28px; }
    }













    /* staff page  */

    .staff-section {
        padding: 60px 0;
        background-color: #fffaf0; /* Light warm background */
        text-align: center;
    }
    .staff-container {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 20px;
    }
    .staff-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 30px;
        margin-top: 40px;
    }
    .staff-card {
        background: #fff;
        border-radius: 20px;
        overflow: hidden;
        box-shadow: 0 10px 20px rgba(0,0,0,0.05);
        transition: transform 0.3s ease;
        border-bottom: 5px solid #1976D2;
        padding: .5rem;
    }
    .staff-card:hover {
        transform: translateY(-3px);
    }
    .staff-image {
        width: 100%;
        height: 280px;
        object-fit: cover;
        background-color: #e0e0e0; /* Placeholder color */
    }
    .staff-info {
        padding: 20px;
    }
    .staff-info h3 {
        margin: 0;
        color: #333;
        font-size: 1.4rem;
    }
    .staff-info p {
        color: #1976D2;
        font-weight: 500;
        margin: 5px 0 15px;
        font-size: 0.9rem;
    }
    .staff-socials {
        display: flex;
        justify-content: center;
        gap: 15px;
    }
    .staff-socials a {
        color: #777;
        font-size: 1.1rem;
        transition: 0.3s;
    }
    .staff-socials a:hover {
        color: #E91E63;
    }
    .section-title-alt {
        font-size: 2.5rem;
        color: #333;
        margin-bottom: 10px;
    }
    .section-subtitle {
        color: #666;
        max-width: 600px;
        margin: 0 auto;
    }

    